SCREEN TYPE

This command will return an integer value of the current screen type.

  Syntax
Return Integer=SCREEN TYPE()
  Returns

A value of 1 indicates the screen is hardware accelerated

  Description

A returned value of 0 indicates the screen is not hardware accelerated. A returned value of 1 indicates the screen is hardware accelerated.

  Example Code
cls
set display mode 800,600,32
set window on
maximize window
wait 1000*8
print "screen type "+str$(screen type())
do
loop
end
  See also

DISPLAY Commands Menu
Index